object frmDlgHAV: TfrmDlgHAV Left = 205 Top = 195 BorderStyle = bsDialog ClientHeight = 159 ClientWidth = 333 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object boxKeyFrames: TGroupBox Left = 12 Top = 87 Width = 207 Height = 57 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 object Label1: TLabel Left = 9 Top = 24 Width = 76 Height = 13 Caption = 'Key frame every' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 161 Top = 24 Width = 37 Height = 13 Caption = 'frame(s)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object edKFM: TEdit Left = 93 Top = 21 Width = 61 Height = 21 TabOrder = 0 end end object radCompr: TRadioGroup Left = 12 Top = 8 Width = 207 Height = 70 Caption = 'Compression Method' TabOrder = 0 end object btnOK: TBitBtn Left = 237 Top = 14 Width = 84 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 237 Top = 42 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 NumGlyphs = 4 end end